Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / adef3f8

Commit adef3f80f0f9bdc0e39fe72d9c7d44c7bff16ff6


Parents : 319c798
Author : jacob.eva <x00010@disroot.org>
Signature : Signature validation error
Date : 2025-08-16T16:10:13+01:00

Change CMD_INTERFACES value to be 0x71, fix #900

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Interfaces/RNodeMultiInterface.py b/RNS/Interfaces/RNodeMultiInterface.py
index 05f3ceb4..ae55c1a6 100644
--- a/RNS/Interfaces/RNodeMultiInterface.py
+++ b/RNS/Interfaces/RNodeMultiInterface.py
@@ -74,7 +74,7 @@ class KISS():
CMD_FW_VERSION = 0x50
CMD_ROM_READ = 0x51
CMD_RESET = 0x55
- CMD_INTERFACES = 0x64
+ CMD_INTERFACES = 0x71
CMD_INT0_DATA = 0x00
CMD_INT1_DATA = 0x10

Served by rngit 1.5.2 - Generated in 0.04s